Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading versions and adding Continuous Integration and Delivery #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chris-zen
Copy link
Collaborator

  • Upgrades python and dependencies versions
  • Adds Dockerfile to build a Docker image
  • Updates the build system to follow modern PEPs/tooling
    • Uses pyproject.toml instead of setup.py
    • Uses the rye tool to manage the project (which uses hatch underneath)
    • requirements.txt and MANIFEST.in are not necessary anymore
  • Moves the README.rst to markdown, which is more conventional
  • Adds a CI/CD Github workflow for:
    • Building the packages
    • Building the docker image
    • Publishing the packages
    • Pushing the Docker image

@FedericaBrando FedericaBrando self-requested a review August 26, 2024 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant